public class ValueModeler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
initialized |
| Constructor and Description |
|---|
ValueModeler() |
| Modifier and Type | Method and Description |
|---|---|
void |
assumeBidWorth(Bid bid,
double expectedDecrease,
double stdDev) |
IssuesDecreases |
getIssue(int index) |
void |
initialize(UtilitySpace space,
Bid firstBid) |
ValueDecrease |
utilityLoss(Bid bid) |
public void initialize(UtilitySpace space, Bid firstBid) throws java.lang.Exception
java.lang.Exceptionpublic void assumeBidWorth(Bid bid, double expectedDecrease, double stdDev) throws java.lang.Exception
java.lang.Exceptionpublic ValueDecrease utilityLoss(Bid bid) throws java.lang.Exception
java.lang.Exceptionpublic IssuesDecreases getIssue(int index)